home *** CD-ROM | disk | FTP | other *** search
/ Gigarom 1 / Gigarom Macintosh Archives (Quantum Leap)(CDRM1080320)(1993).iso / FILES / GAM / R-S / RoboWar 2.3.sea / RoboWar 2.3 / More Robots / Invisible Stalker < prev    next >
Text File  |  1990-05-18  |  1KB  |  21 lines

  1. {Invisible Stalker
  2. Deadly as its AD&D counterpart
  3. Matthew Sakai
  4. XII a.d. Kal. May anno domini MCMXC (4/20/90)}
  5.  
  6. start: random 60 / 5 + speedx' store random 60 / 5 + speedy' store main jump
  7. ss: drop
  8. main: collision run if x 200 > negx if energy 140 > shoot collision run if if radar junk if y 200 > negy collision run if if x 100 < posx if energy 75 < collision run if mn if y 100 < posy if main jump
  9. negx: random -60 / 5 - speedx' store return
  10. negy: random -60 / 5 - speedy' store return
  11. posx: random 60 / 5 + speedx' store return
  12. posy: random 60 / 5 + speedy' store return
  13. mn: drop
  14. man: collision run if x 200 > ngx if y 200 > ngy collision run if if x 100 < psx if energy 100 > collision run if ss if y 100 < psy if man jump
  15. ngx: random -60 / 1 - speedx' store return
  16. ngy: random -60 / 1 - speedy' store return
  17. psx: random 60 / 1 + speedx' store return
  18. psy: random 60 / 1 + speedy' store return
  19. shoot: 20 missile' store return
  20. run:speedx chs speedx' store speedy chs speedy' store return
  21. junk: speedx chs speedx' store return